16. Recap
Identity and Authentication
ND004 C03 L02 A13 Recap
What is Authentication?
SOLUTION:
Who is making the request?Tokens
SOLUTION:
- Carry claims in the form of a verifiable payload
- Perform authentication on requests after login
Sending Tokens
SOLUTION:
Bearer `$TOKEN`